runtime.gcControllerState.addScannableStack (method)
4 uses
runtime (current package)
mgcpacer.go#L877: func (c *gcControllerState) addScannableStack(pp *p, amount int64) {
proc.go#L3866: gcController.addScannableStack(pp, -int64(gp.stack.hi-gp.stack.lo))
proc.go#L4559: gcController.addScannableStack(pp, int64(newg.stack.hi-newg.stack.lo))
stack.go#L871: gcController.addScannableStack(getg().m.p.ptr(), int64(newsize)-int64(old.hi-old.lo))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |